home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / igmask < prev    next >
Text File  |  2001-03-21  |  706b  |  28 lines

  1. Synopsis:
  2.    $igmask(<mask>)
  3.  
  4. Technical:
  5.    Scriptable interface to the list of users on the ignore(1) list.
  6.  
  7. Practical:
  8.    This function would be ideal in a script that redefines the ignore(1)
  9.    command. The script could display the list of ignores, or even tell the
  10.    user if they're ignoring the same user twice.
  11.  
  12. Returns:
  13.    space separated list of entries in the ignore list matching <mask>
  14.  
  15. Examples:
  16.    /ignore foo!bar@test.org ALL
  17.    /ignore nobody!fnord@more.nothing.com MSGS
  18.  
  19.    /eval echo $igmask(*foo*)
  20.      FOO!BAR@TEST.ORG
  21.    
  22.    /eval echo $igmask(*)
  23.      FOO!BAR@TEST.ORG NOBODY!FNORD@MORE.NOTHING.COM
  24.  
  25. See Also:
  26.    ignore(1); rigmask(6); igtype(6); rigtype(6)
  27.  
  28.